home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / dskut / billutil.zip / TFORM.ZIP / DOS2UNIX.BAT next >
DOS Batch File  |  1993-11-03  |  95b  |  8 lines

  1. @ECHO OFF
  2. tform %1 13 256
  3. if not errorlevel 0 goto end
  4. del %1
  5. ren 1$2$3$4$.5$6 %1
  6. :end
  7.  
  8.